home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / nethack.lha / nethack-3.1 / win / X11 / NetHack.ad < prev    next >
Text File  |  1993-01-25  |  3KB  |  95 lines

  1. ! The display_file and tombstone windows should use a fixed width font ---
  2. ! the text they display is formatted for a tty terminal.  For the same
  3. ! reason, you may also also want a fixed-width font for the menu and text
  4. ! windows.  However, the formatting is not nearly as critical.
  5. !
  6. NetHack*font:                variable
  7. NetHack*display_file*font:        fixed
  8. NetHack*tombstone*font:            fixed
  9. !NetHack*menu*font:            fixed
  10. !NetHack*text*font:            fixed
  11. NetHack*map*font:            nh10
  12.  
  13. ! The icon to use; supported values are nh72, nh56, and nh32; nh72 is the
  14. ! default.  Some window managers may not support the larger icon sizes.
  15. ! It is not guaranteed that the window manager will honor the icon selection.
  16. !NetHack*icon: nh56
  17. !
  18. ! If True, a popup for y/n questions is _not_ used.
  19. !NetHack*slow: True
  20. !
  21. ! If True, the message window has a line that seperates old and new messages.
  22. !NetHack*message_line: True
  23. !
  24. ! If True, force keyboard to attach to popup windows.  Some window managers
  25. ! enforce a click-to-focus-keyboard policy (e.g. the DECwindows wm).  NetHack
  26. ! has a lot of popups and is almost unplayable without some kind of autofocus.
  27. !NetHack*autofocus: True
  28. !
  29. ! Specify the number of rows and columns of the map window.  The default
  30. ! is the standard 80x21 window.  Note: this _does_not_ change nethack's
  31. ! level size, only what you see of it.
  32. !NetHack*map*rows:    21
  33. !NetHack*map*columns:    80
  34.  
  35. ! Parts of the fancy status display.
  36. !
  37. NetHack*status_condition.borderWidth:    0
  38. NetHack*status_info*borderWidth:    0
  39.  
  40. ! Sample color screen entries.
  41. !
  42. NetHack*nethack.background:     wheat
  43. NetHack*map*yellow:        gold
  44. NetHack*map*brown:        tan
  45. NetHack*map*grey:        grey85
  46. NetHack*map*foreground:        wheat
  47. NetHack*map*background:        grey40
  48.  
  49. NetHack*fancy_status.background:    wheat
  50. NetHack*status_info*foreground:        Sienna
  51. NetHack*status_info*background:        wheat
  52. NetHack*status_info.background:        wheat
  53. NetHack*status_attributes*foreground:    black
  54. NetHack*status_attributes*background:    white
  55. NetHack*status_condition*foreground:    red
  56. NetHack*status_condition*background:    wheat
  57. NetHack*Scrollbar*foreground:        Sienna
  58. NetHack*Scrollbar*background:        wheat
  59.  
  60. NetHack*player_selection*random.borderColor:    blue
  61. NetHack*player_selection*random.foreground:    blue
  62. NetHack*player_selection*quit.borderColor:    blue
  63. NetHack*player_selection*quit.foreground:    blue
  64. NetHack*player_selection*Command.borderColor:    red
  65. NetHack*player_selection*Command.foreground:    red
  66.  
  67. NetHack*extended_commands*dismiss.borderColor:    blue
  68. NetHack*extended_commands*dismiss.foreground:    blue
  69. NetHack*extended_commands*help.borderColor:    blue
  70. NetHack*extended_commands*help.foreground:    blue
  71. NetHack*extended_commands*Command.borderColor:    red
  72. NetHack*extended_commands*Command.foreground:    red
  73. !
  74. !
  75. ! The following are the default 15 colors that the nethack map uses.
  76. ! If they don't look good on your screen, change them.
  77. !
  78. ! The foreground color is used as "no color".
  79. !
  80. !NetHack*map*black:        "black"
  81. !NetHack*map*red:        "red"
  82. !NetHack*map*green:        "pale green"
  83. !NetHack*map*brown:        "brown"
  84. !NetHack*map*blue:        "blue"
  85. !NetHack*map*magenta:        "magenta"
  86. !NetHack*map*cyan:        "light cyan"
  87. !NetHack*map*gray:        "gray"
  88. !NetHack*map*orange:        "orange"
  89. !NetHack*map*bright_green:    "green"
  90. !NetHack*map*yellow:        "yellow"
  91. !NetHack*map*bright_blue:    "royal blue"
  92. !NetHack*map*bright_magenta:    "violet"
  93. !NetHack*map*bright_cyan:    "cyan"
  94. !NetHack*map*white:        "white"
  95.